home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / sinh.z / sinh
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  60 lines

  1. SINH(3I)                                              Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      SSIINNHH, DDSSIINNHH, QQSSIINNHH - Computes hyperbolic sine
  6.  
  7. SSYYNNOOPPSSIISS
  8.      SSIINNHH (([XX==]_x))
  9.      DDSSIINNHH (([XX==]_x))
  10.      QQSSIINNHH (([XX==]_x))
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, IRIX systems
  14.  
  15.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  16.  
  17. SSTTAANNDDAARRDDSS
  18.      Fortran
  19.  
  20.      Fortran extension:  QQSSIINNHH
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      These are elemental intrinsic functions.  SSIINNHH is the generic function
  24.      name.  These functions accept the following argument:
  25.  
  26.      _x         Must be of type real.  See the RETURN VALUES section for
  27.                information on input data types and return values.
  28.                                               _x    -_x
  29.      These functions evaluate _y = sinh(_x) = (_e  - _e  ) / 2.
  30.  
  31. NNOOTTEESS
  32.      The names of these intrinsics can be passed as arguments.
  33.  
  34. RREETTUURRNN VVAALLUUEESS
  35.      SSIINNHH returns the real hyperbolic sine of its real argument.
  36.  
  37.      DDSSIINNHH returns the double-precision real hyperbolic sine of its
  38.      double-precision real argument.
  39.  
  40.      QQSSIINNHH returns the quad-precision real hyperbolic sine of its
  41.      quad-precision real argument.
  42.  
  43.      The data type and kind type for single-precision, double-precision,
  44.      and quad-precision values differ depending on your platform.  For
  45.      platform-specific information, see the TERMINOLOGY section of the
  46.      IINNTTRROO__IINNTTRRIINN(3I) man page.
  47.  
  48.      On CRAY T90 systems that support IEEE arithmetic, the following return
  49.      values occur:
  50.  
  51.           SSIINNHH((_x)) = infinity if _x > 709.78
  52.  
  53.           SSIINNHH((_x)) = if _x < -709.78
  54.  
  55.           SSIINNHH((NaN)) = NaN
  56.  
  57. SSEEEE AALLSSOO
  58.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  59.      man page.
  60.